ComponentOne ASP.NET MVC Controls
Min Property (FunctionSeries<T>)

C1.Web.Mvc Namespace > FunctionSeries<T> Class : Min Property
Gets or sets the minimum value for function calculation.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
Public Property Min As Nullable(Of Double)
[DefaultValue(0)]
public Nullable<double> Min {get; set;}
See Also

Reference

FunctionSeries<T> Class
FunctionSeries<T> Members